Build Create Version
Create new version of a Game Server Hosting build
Authentication Required: Yes
ugs game-server-hosting build create-version [<build-id>] [options]
Arguments
<build-id> The ID of the build to create a new version for
Options
| Option | Alias | Description |
|---|---|---|
| project-id | -p, --project-id | The Unity cloud project id |
| environment | -e, --environment-name | The services environment name |
| access key | --access-key | The Amazon Web Services (AWS) access key, for s3 bucket builds |
| bucket url | --bucket-url | The bucket url to use for the build version, for s3 bucket builds |
| tag | --tag | The container image tag to use for the build version, for container builds |
| directory | --directory | The directory of files to upload to the build version, for file upload builds |
| secret key | --secret-key | The Amazon Web Services (AWS) secret key, for s3 bucket builds |
| remove old files | --remove-old-files | Whether to remove old files from the build version, for file upload builds |
| help | -?, -h, --help | Show help and usage information |
| quiet | -q, --quiet | Reduce logging to a minimum |
| json | -j, --json | Use json as the output format |